xenpaging: remove return values from functions that can not fail
authorOlaf Hering <olaf@aepfle.de>
Fri, 10 Jun 2011 08:47:18 +0000 (10:47 +0200)
committerOlaf Hering <olaf@aepfle.de>
Fri, 10 Jun 2011 08:47:18 +0000 (10:47 +0200)
commit40508ce065372b56253514638afe5b14bdc99159
tree8e3bba1ce6033c69361c18f296e8180e5255f784
parent6e5059e2744b9f37eb020de444af095f4eed4a85
xenpaging: remove return values from functions that can not fail

get_request() and put_response() can not fail, remove return value
and update calling functions.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/xenpaging/xenpaging.c